@NotNull
private static String readBranchFile(@NotNull File branchFile) {
String rev = RepositoryUtil.tryLoadFile(branchFile);
return rev.trim();
}
@NotNull
@NotNull
private static String readBranchFile(@NotNull File branchFile) {
return RepositoryUtil.tryLoadFile(branchFile);
}
@NotNull